[INFO] fetching crate unicase_serde 0.1.0...
[INFO] fixing unicase_serde-0.1.0 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] extracting crate unicase_serde 0.1.0 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate unicase_serde 0.1.0
[INFO] finished tweaking crates.io crate unicase_serde 0.1.0
[INFO] tweaked toml for crates.io crate unicase_serde 0.1.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate unicase_serde 0.1.0 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 9 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `unicase_serde` (manifest) generated 1 warning
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 093a742908b98ae95b7a09b6c8aa334c758c0fb5d3c828c5b26cc274fd735cbe
[INFO] running `Command { std: "docker" "start" "093a742908b98ae95b7a09b6c8aa334c758c0fb5d3c828c5b26cc274fd735cbe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "093a742908b98ae95b7a09b6c8aa334c758c0fb5d3c828c5b26cc274fd735cbe" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "093a742908b98ae95b7a09b6c8aa334c758c0fb5d3c828c5b26cc274fd735cbe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "093a742908b98ae95b7a09b6c8aa334c758c0fb5d3c828c5b26cc274fd735cbe" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2015 edition to 2018
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `unicase_serde` (manifest) generated 1 warning
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling quote v1.0.46
[INFO] [stderr]     Checking unicase v2.9.0
[INFO] [stderr]     Checking serde_test v1.0.177
[INFO] [stderr]     Checking unicase_serde v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/lib.rs from 2015 edition to 2018
[INFO] [stderr]        Fixed src/lib.rs (6 fixes)
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr] error: errors present after applying fixes to crate `unicase_serde`
[INFO] [stdout] warning: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition
[INFO] [stdout]    --> src/lib.rs:367:9
[INFO] [stdout]     |
[INFO] [stdout] 367 |     use unicase_lib::{UniCase, Ascii};
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::unicase_lib::{UniCase, Ascii}`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2018/path-changes.html>
[INFO] [stdout]     = note: `--force-warn absolute-paths-not-starting-with-crate` implied by `--force-warn rust-2018-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]  --> src/lib.rs
[INFO] [stdout] warning: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition
[INFO] [stdout]    --> src/lib.rs:371:24
[INFO] [stdout]     |
[INFO] [stdout] 371 |         #[serde(with = "::unicase")]
[INFO] [stdout]     |                        ^^^^^^^^^^^ help: use `crate`: `crate::"::unicase"`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2018/path-changes.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]   = cause: error[E0433]: cannot find `core` in the crate root
[INFO] [stdout] warning: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition
[INFO] [stdout]    --> src/lib.rs:373:32
[INFO] [stdout]     |
[INFO] [stdout] 373 |         #[serde(borrow, with = "::unicase::borrowed")]
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::"::unicase::borrowed"`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2018/path-changes.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]               --> src/lib.rs:371:31
[INFO] [stdout] warning: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition
[INFO] [stdout]    --> src/lib.rs:375:32
[INFO] [stdout]     |
[INFO] [stdout] 375 |         #[serde(borrow, with = "::unicase::borrowed")]
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::"::unicase::borrowed"`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2018/path-changes.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]                |
[INFO] [stdout] warning: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition
[INFO] [stdout]    --> src/lib.rs:381:24
[INFO] [stdout]     |
[INFO] [stdout] 381 |         #[serde(with = "::ascii")]
[INFO] [stdout]     |                        ^^^^^^^^^ help: use `crate`: `crate::"::ascii"`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2018/path-changes.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]            371 |         #[serde(with = crate::"::unicase")]
[INFO] [stdout] warning: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition
[INFO] [stdout]    --> src/lib.rs:383:32
[INFO] [stdout]     |
[INFO] [stdout] 383 |         #[serde(borrow, with = "::ascii::borrowed")]
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::"::ascii::borrowed"`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2018/path-changes.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]                |                               ^^^^^^^^^^^ you might be missing crate `core`
[INFO] [stdout] warning: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition
[INFO] [stdout]    --> src/lib.rs:385:32
[INFO] [stdout]     |
[INFO] [stdout] 385 |         #[serde(borrow, with = "::ascii::borrowed")]
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::"::ascii::borrowed"`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2018/path-changes.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]            
[INFO] [stdout] warning: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition
[INFO] [stdout]    --> src/lib.rs:488:32
[INFO] [stdout]     |
[INFO] [stdout] 488 |         #[serde(borrow, with = "::unicase::borrowed")]
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::"::unicase::borrowed"`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2018/path-changes.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]            
[INFO] [stdout] warning: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition
[INFO] [stdout]    --> src/lib.rs:490:32
[INFO] [stdout]     |
[INFO] [stdout] 490 |         #[serde(borrow, with = "::unicase::borrowed")]
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::"::unicase::borrowed"`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2018/path-changes.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]            error[E0433]: cannot find `core` in the crate root
[INFO] [stdout] warning: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition
[INFO] [stdout]    --> src/lib.rs:492:32
[INFO] [stdout]     |
[INFO] [stdout] 492 |         #[serde(borrow, with = "::unicase::borrowed")]
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::"::unicase::borrowed"`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2018/path-changes.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]               --> src/lib.rs:373:39
[INFO] [stdout] warning: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition
[INFO] [stdout]    --> src/lib.rs:494:32
[INFO] [stdout]     |
[INFO] [stdout] 494 |         #[serde(borrow, with = "::unicase::borrowed")]
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^ help: use `crate`: `crate::"::unicase::borrowed"`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2018/path-changes.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]                |
[INFO] [stderr]            373 |         #[serde(borrow, with = crate::"::unicase::borrowed")]
[INFO] [stderr]                |                                       ^^^^^^^^^^^^^^^^^^^^^ you might be missing crate `core`
[INFO] [stderr]            
[INFO] [stderr]            
[INFO] [stderr]            error[E0433]: cannot find `core` in the crate root
[INFO] [stderr]               --> src/lib.rs:375:39
[INFO] [stderr]                |
[INFO] [stderr]            375 |         #[serde(borrow, with = crate::"::unicase::borrowed")]
[INFO] [stderr]                |                                       ^^^^^^^^^^^^^^^^^^^^^ you might be missing crate `core`
[INFO] [stderr]            
[INFO] [stderr]            
[INFO] [stderr]            error[E0433]: cannot find `core` in the crate root
[INFO] [stderr]               --> src/lib.rs:381:31
[INFO] [stderr]                |
[INFO] [stderr]            381 |         #[serde(with = crate::"::ascii")]
[INFO] [stderr]                |                               ^^^^^^^^^ you might be missing crate `core`
[INFO] [stderr]            
[INFO] [stderr]            
[INFO] [stderr]            error[E0433]: cannot find `core` in the crate root
[INFO] [stderr]               --> src/lib.rs:383:39
[INFO] [stderr]                |
[INFO] [stderr]            383 |         #[serde(borrow, with = crate::"::ascii::borrowed")]
[INFO] [stderr]                |                                       ^^^^^^^^^^^^^^^^^^^ you might be missing crate `core`
[INFO] [stderr]            
[INFO] [stderr]            
[INFO] [stderr]            error[E0433]: cannot find `core` in the crate root
[INFO] [stderr]               --> src/lib.rs:385:39
[INFO] [stderr]                |
[INFO] [stderr]            385 |         #[serde(borrow, with = crate::"::ascii::borrowed")]
[INFO] [stderr]                |                                       ^^^^^^^^^^^^^^^^^^^ you might be missing crate `core`
[INFO] [stderr]            
[INFO] [stderr]            
[INFO] [stderr]            error[E0433]: cannot find `core` in the crate root
[INFO] [stderr]               --> src/lib.rs:488:39
[INFO] [stderr]                |
[INFO] [stderr]            488 |         #[serde(borrow, with = crate::"::unicase::borrowed")]
[INFO] [stderr]                |                                       ^^^^^^^^^^^^^^^^^^^^^ you might be missing crate `core`
[INFO] [stderr]            
[INFO] [stderr]            
[INFO] [stderr]            error[E0433]: cannot find `core` in the crate root
[INFO] [stderr]               --> src/lib.rs:490:39
[INFO] [stderr]                |
[INFO] [stderr]            490 |         #[serde(borrow, with = crate::"::unicase::borrowed")]
[INFO] [stderr]                |                                       ^^^^^^^^^^^^^^^^^^^^^ you might be missing crate `core`
[INFO] [stderr]            
[INFO] [stderr]            
[INFO] [stderr]            error[E0433]: cannot find `core` in the crate root
[INFO] [stderr]               --> src/lib.rs:492:39
[INFO] [stderr]                |
[INFO] [stderr]            492 |         #[serde(borrow, with = crate::"::unicase::borrowed")]
[INFO] [stderr]                |                                       ^^^^^^^^^^^^^^^^^^^^^ you might be missing crate `core`
[INFO] [stderr]            
[INFO] [stderr]            
[INFO] [stderr]            error[E0433]: cannot find `core` in the crate root
[INFO] [stderr]               --> src/lib.rs:494:39
[INFO] [stderr]                |
[INFO] [stderr]            494 |         #[serde(borrow, with = crate::"::unicase::borrowed")]
[INFO] [stderr]                |                                       ^^^^^^^^^^^^^^^^^^^^^ you might be missing crate `core`
[INFO] [stderr]            
[INFO] [stderr]            
[INFO] [stderr]            error[E0277]: the trait bound `TestUniCase<'_>: serde::Serialize` is not satisfied
[INFO] [stderr]               --> src/lib.rs:398:13
[INFO] [stderr]                |
[INFO] [stderr]            397 |         assert_tokens(
[INFO] [stderr]                |         ------------- required by a bound introduced by this call
[INFO] [stderr]            398 |             &test,
[INFO] [stderr]                |             ^^^^^ unsatisfied trait bound
[INFO] [stderr]                |
[INFO] [stderr]            help: the trait `Serialize` is not implemented for `TestUniCase<'_>`
[INFO] [stderr]               --> src/lib.rs:370:5
[INFO] [stderr]                |
[INFO] [stderr]            370 |     struct TestUniCase<'a> {
[INFO] [stderr]                |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]                = note: for local types consider adding `#[derive(serde::Serialize)]` to your `TestUniCase<'_>` type
[INFO] [stderr]                = note: for types from other crates check whether the crate offers a `serde` feature flag
[INFO] [stderr]                = help: the following other types implement trait `Serialize`:
[INFO] [stderr]                          &'a T
[INFO] [stderr]                          &'a mut T
[INFO] [stderr]                          ()
[INFO] [stderr]                          (T,)
[INFO] [stderr]                          (T0, T1)
[INFO] [stderr]                          (T0, T1, T2)
[INFO] [stderr]                          (T0, T1, T2, T3)
[INFO] [stderr]                          (T0, T1, T2, T3, T4)
[INFO] [stderr]                        and 128 others
[INFO] [stderr]            note: required by a bound in `assert_tokens`
[INFO] [stderr]               --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde_test-1.0.177/src/assert.rs:35:8
[INFO] [stderr]                |
[INFO] [stderr]             33 | pub fn assert_tokens<'de, T>(value: &T, tokens: &'de [Token])
[INFO] [stderr]                |        ------------- required by a bound in this function
[INFO] [stderr]             34 | where
[INFO] [stderr]             35 |     T: Serialize + Deserialize<'de> + PartialEq + Debug,
[INFO] [stderr]                |        ^^^^^^^^^ required by this bound in `assert_tokens`
[INFO] [stderr]            
[INFO] [stderr]            
[INFO] [stderr]            error[E0277]: the trait bound `TestUniCase<'_>: serde::Deserialize<'de>` is not satisfied
[INFO] [stderr]               --> src/lib.rs:398:13
[INFO] [stderr]                |
[INFO] [stderr]            397 |         assert_tokens(
[INFO] [stderr]                |         ------------- required by a bound introduced by this call
[INFO] [stderr]            398 |             &test,
[INFO] [stderr]                |             ^^^^^ unsatisfied trait bound
[INFO] [stderr]                |
[INFO] [stderr]            help: the trait `Deserialize<'_>` is not implemented for `TestUniCase<'_>`
[INFO] [stderr]               --> src/lib.rs:370:5
[INFO] [stderr]                |
[INFO] [stderr]            370 |     struct TestUniCase<'a> {
[INFO] [stderr]                |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]                = note: for local types consider adding `#[derive(serde::Deserialize)]` to your `TestUniCase<'_>` type
[INFO] [stderr]                = note: for types from other crates check whether the crate offers a `serde` feature flag
[INFO] [stderr]                = help: the following other types implement trait `Deserialize<'de>`:
[INFO] [stderr]                          &'a Path
[INFO] [stderr]                          &'a [u8]
[INFO] [stderr]                          &'a str
[INFO] [stderr]                          ()
[INFO] [stderr]                          (T,)
[INFO] [stderr]                          (T0, T1)
[INFO] [stderr]                          (T0, T1, T2)
[INFO] [stderr]                          (T0, T1, T2, T3)
[INFO] [stderr]                        and 140 others
[INFO] [stderr]            note: required by a bound in `assert_tokens`
[INFO] [stderr]               --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde_test-1.0.177/src/assert.rs:35:20
[INFO] [stderr]                |
[INFO] [stderr]             33 | pub fn assert_tokens<'de, T>(value: &T, tokens: &'de [Token])
[INFO] [stderr]                |        ------------- required by a bound in this function
[INFO] [stderr]             34 | where
[INFO] [stderr]             35 |     T: Serialize + Deserialize<'de> + PartialEq + Debug,
[INFO] [stderr]                |                    ^^^^^^^^^^^^^^^^ required by this bound in `assert_tokens`
[INFO] [stderr]            
[INFO] [stderr]            
[INFO] [stderr]            error[E0277]: the trait bound `TestAscii<'_>: serde::Serialize` is not satisfied
[INFO] [stderr]               --> src/lib.rs:424:13
[INFO] [stderr]                |
[INFO] [stderr]            423 |         assert_tokens(
[INFO] [stderr]                |         ------------- required by a bound introduced by this call
[INFO] [stderr]            424 |             &test,
[INFO] [stderr]                |             ^^^^^ unsatisfied trait bound
[INFO] [stderr]                |
[INFO] [stderr]            help: the trait `Serialize` is not implemented for `TestAscii<'_>`
[INFO] [stderr]               --> src/lib.rs:380:5
[INFO] [stderr]                |
[INFO] [stderr]            380 |     struct TestAscii<'a> {
[INFO] [stderr]                |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]                = note: for local types consider adding `#[derive(serde::Serialize)]` to your `TestAscii<'_>` type
[INFO] [stderr]                = note: for types from other crates check whether the crate offers a `serde` feature flag
[INFO] [stderr]                = help: the following other types implement trait `Serialize`:
[INFO] [stderr]                          &'a T
[INFO] [stderr]                          &'a mut T
[INFO] [stderr]                          ()
[INFO] [stderr]                          (T,)
[INFO] [stderr]                          (T0, T1)
[INFO] [stderr]                          (T0, T1, T2)
[INFO] [stderr]                          (T0, T1, T2, T3)
[INFO] [stderr]                          (T0, T1, T2, T3, T4)
[INFO] [stderr]                        and 128 others
[INFO] [stderr]            note: required by a bound in `assert_tokens`
[INFO] [stderr]               --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde_test-1.0.177/src/assert.rs:35:8
[INFO] [stderr]                |
[INFO] [stderr]             33 | pub fn assert_tokens<'de, T>(value: &T, tokens: &'de [Token])
[INFO] [stderr]                |        ------------- required by a bound in this function
[INFO] [stderr]             34 | where
[INFO] [stderr]             35 |     T: Serialize + Deserialize<'de> + PartialEq + Debug,
[INFO] [stderr]                |        ^^^^^^^^^ required by this bound in `assert_tokens`
[INFO] [stderr]            
[INFO] [stderr]            
[INFO] [stderr]            error[E0277]: the trait bound `TestAscii<'_>: serde::Deserialize<'de>` is not satisfied
[INFO] [stderr]               --> src/lib.rs:424:13
[INFO] [stderr]                |
[INFO] [stderr]            423 |         assert_tokens(
[INFO] [stderr]                |         ------------- required by a bound introduced by this call
[INFO] [stderr]            424 |             &test,
[INFO] [stderr]                |             ^^^^^ unsatisfied trait bound
[INFO] [stderr]                |
[INFO] [stderr]            help: the trait `Deserialize<'_>` is not implemented for `TestAscii<'_>`
[INFO] [stderr]               --> src/lib.rs:380:5
[INFO] [stderr]                |
[INFO] [stderr]            380 |     struct TestAscii<'a> {
[INFO] [stderr]                |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]                = note: for local types consider adding `#[derive(serde::Deserialize)]` to your `TestAscii<'_>` type
[INFO] [stderr]                = note: for types from other crates check whether the crate offers a `serde` feature flag
[INFO] [stderr]                = help: the following other types implement trait `Deserialize<'de>`:
[INFO] [stderr]                          &'a Path
[INFO] [stderr]                          &'a [u8]
[INFO] [stderr]                          &'a str
[INFO] [stderr]                          ()
[INFO] [stderr]                          (T,)
[INFO] [stderr]                          (T0, T1)
[INFO] [stderr]                          (T0, T1, T2)
[INFO] [stderr]                          (T0, T1, T2, T3)
[INFO] [stderr]                        and 140 others
[INFO] [stderr]            note: required by a bound in `assert_tokens`
[INFO] [stderr]               --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde_test-1.0.177/src/assert.rs:35:20
[INFO] [stderr]                |
[INFO] [stderr]             33 | pub fn assert_tokens<'de, T>(value: &T, tokens: &'de [Token])
[INFO] [stderr]                |        ------------- required by a bound in this function
[INFO] [stderr]             34 | where
[INFO] [stderr]             35 |     T: Serialize + Deserialize<'de> + PartialEq + Debug,
[INFO] [stderr]                |                    ^^^^^^^^^^^^^^^^ required by this bound in `assert_tokens`
[INFO] [stderr]            
[INFO] [stderr]            
[INFO] [stderr]            error: aborting due to 14 previous errors
[INFO] [stderr]            
[INFO] [stderr]            
[INFO] [stderr]            Some errors have detailed explanations: E0277, E0433.
[INFO] [stderr]            
[INFO] [stderr]            For more information about an error, try `rustc --explain E0277`.
[INFO] [stderr] help: to report this as a bug, open an issue at https://github.com/rust-lang/rust/issues, quoting the full output of this command
[INFO] [stderr] help: to possibly apply more fixes, pass in the `--broken-code` flag
[INFO] [stderr] note: original diagnostics will follow:
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.27s
[INFO] [stderr] crater-edition-check: unicase_serde v0.1.0 (/opt/rustwide/workdir) updating edition from 2015 to 2018
[INFO] [stderr]     Checking unicase_serde v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0425]: cannot find function `serialize` in crate `::unicase`
[INFO] [stdout]    --> src/lib.rs:371:24
[INFO] [stdout]     |
[INFO] [stdout] 371 |         #[serde(with = "::unicase")]
[INFO] [stdout]     |                        ^^^^^^^^^^^ not found in `::unicase`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these functions
[INFO] [stdout]     |
[INFO] [stdout] 364 +     use crate::ascii::serialize;
[INFO] [stdout]     |
[INFO] [stdout] 364 +     use crate::unicase::serialize;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `borrowed` in `unicase`
[INFO] [stdout]    --> src/lib.rs:373:32
[INFO] [stdout]     |
[INFO] [stdout] 373 |         #[serde(borrow, with = "::unicase::borrowed")]
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^ could not find `borrowed` in `unicase`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these modules
[INFO] [stdout]     |
[INFO] [stdout] 364 +     use crate::ascii::borrowed;
[INFO] [stdout]     |
[INFO] [stdout] 364 +     use crate::unicase::borrowed;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `borrowed` in `unicase`
[INFO] [stdout]    --> src/lib.rs:375:32
[INFO] [stdout]     |
[INFO] [stdout] 375 |         #[serde(borrow, with = "::unicase::borrowed")]
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^ could not find `borrowed` in `unicase`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these modules
[INFO] [stdout]     |
[INFO] [stdout] 364 +     use crate::ascii::borrowed;
[INFO] [stdout]     |
[INFO] [stdout] 364 +     use crate::unicase::borrowed;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `deserialize` in crate `::unicase`
[INFO] [stdout]    --> src/lib.rs:371:24
[INFO] [stdout]     |
[INFO] [stdout] 371 |         #[serde(with = "::unicase")]
[INFO] [stdout]     |                        ^^^^^^^^^^^ not found in `::unicase`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these functions
[INFO] [stdout]     |
[INFO] [stdout] 364 +     use crate::ascii::borrowed::deserialize;
[INFO] [stdout]     |
[INFO] [stdout] 364 +     use crate::ascii::deserialize;
[INFO] [stdout]     |
[INFO] [stdout] 364 +     use crate::unicase::borrowed::deserialize;
[INFO] [stdout]     |
[INFO] [stdout] 364 +     use crate::unicase::deserialize;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `ascii` in the crate root
[INFO] [stdout]    --> src/lib.rs:381:24
[INFO] [stdout]     |
[INFO] [stdout] 381 |         #[serde(with = "::ascii")]
[INFO] [stdout]     |                        ^^^^^^^^^ could not find `ascii` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout] 364 +     use crate::ascii;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `ascii` in the crate root
[INFO] [stdout]    --> src/lib.rs:383:32
[INFO] [stdout]     |
[INFO] [stdout] 383 |         #[serde(borrow, with = "::ascii::borrowed")]
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^ could not find `ascii` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these modules
[INFO] [stdout]     |
[INFO] [stdout] 364 +     use crate::ascii::borrowed;
[INFO] [stdout]     |
[INFO] [stdout] 364 +     use crate::unicase::borrowed;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `ascii` in the crate root
[INFO] [stdout]    --> src/lib.rs:385:32
[INFO] [stdout]     |
[INFO] [stdout] 385 |         #[serde(borrow, with = "::ascii::borrowed")]
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^ could not find `ascii` in the list of imported crates
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these modules
[INFO] [stdout]     |
[INFO] [stdout] 364 +     use crate::ascii::borrowed;
[INFO] [stdout]     |
[INFO] [stdout] 364 +     use crate::unicase::borrowed;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `borrowed` in `unicase`
[INFO] [stdout]    --> src/lib.rs:488:32
[INFO] [stdout]     |
[INFO] [stdout] 488 |         #[serde(borrow, with = "::unicase::borrowed")]
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^ could not find `borrowed` in `unicase`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these modules
[INFO] [stdout]     |
[INFO] [stdout] 364 +     use crate::ascii::borrowed;
[INFO] [stdout]     |
[INFO] [stdout] 364 +     use crate::unicase::borrowed;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `borrowed` in `unicase`
[INFO] [stdout]    --> src/lib.rs:490:32
[INFO] [stdout]     |
[INFO] [stdout] 490 |         #[serde(borrow, with = "::unicase::borrowed")]
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^ could not find `borrowed` in `unicase`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these modules
[INFO] [stdout]     |
[INFO] [stdout] 364 +     use crate::ascii::borrowed;
[INFO] [stdout]     |
[INFO] [stdout] 364 +     use crate::unicase::borrowed;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `borrowed` in `unicase`
[INFO] [stdout]    --> src/lib.rs:492:32
[INFO] [stdout]     |
[INFO] [stdout] 492 |         #[serde(borrow, with = "::unicase::borrowed")]
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^ could not find `borrowed` in `unicase`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these modules
[INFO] [stdout]     |
[INFO] [stdout] 364 +     use crate::ascii::borrowed;
[INFO] [stdout]     |
[INFO] [stdout] 364 +     use crate::unicase::borrowed;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `borrowed` in `unicase`
[INFO] [stdout]    --> src/lib.rs:494:32
[INFO] [stdout]     |
[INFO] [stdout] 494 |         #[serde(borrow, with = "::unicase::borrowed")]
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^ could not find `borrowed` in `unicase`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these modules
[INFO] [stdout]     |
[INFO] [stdout] 364 +     use crate::ascii::borrowed;
[INFO] [stdout]     |
[INFO] [stdout] 364 +     use crate::unicase::borrowed;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `unicase_serde` (lib test) due to 11 previous errors
[INFO] running `Command { std: "docker" "inspect" "093a742908b98ae95b7a09b6c8aa334c758c0fb5d3c828c5b26cc274fd735cbe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "093a742908b98ae95b7a09b6c8aa334c758c0fb5d3c828c5b26cc274fd735cbe", kill_on_drop: false }`
[INFO] [stdout] 093a742908b98ae95b7a09b6c8aa334c758c0fb5d3c828c5b26cc274fd735cbe
